From ccd3ff7fbae190305c2821deed6ebafa115ab4cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 5 Oct 2016 17:08:11 +0200 Subject: [PATCH] gtkwidget: Remove gtk_widget_class_install_style_property_parser... ... from public API --- docs/reference/gtk/gtk4-sections.txt | 1 - gtk/gtkwidget.c | 11 +---------- gtk/gtkwidget.h | 4 ---- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 2661fa0c1e..1e63614ac5 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -5152,7 +5152,6 @@ gtk_widget_set_double_buffered gtk_widget_set_redraw_on_allocate gtk_widget_mnemonic_activate gtk_widget_class_install_style_property -gtk_widget_class_install_style_property_parser gtk_widget_class_find_style_property gtk_widget_class_list_style_properties gtk_widget_region_intersect diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index bb2d70b1a9..32c5fa8af6 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -11942,16 +11942,7 @@ gtk_widget_input_shape_combine_region (GtkWidget *widget, /* style properties */ - -/** - * gtk_widget_class_install_style_property_parser: (skip) - * @klass: a #GtkWidgetClass - * @pspec: the #GParamSpec for the style property - * @parser: the parser for the style property - * - * Installs a style property on a widget class. - **/ -void +static void gtk_widget_class_install_style_property_parser (GtkWidgetClass *klass, GParamSpec *pspec, GtkRcPropertyParser parser) diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 9a8117f191..e7a49a7207 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -1131,10 +1131,6 @@ GDK_AVAILABLE_IN_ALL void gtk_widget_class_install_style_property (GtkWidgetClass *klass, GParamSpec *pspec); GDK_AVAILABLE_IN_ALL -void gtk_widget_class_install_style_property_parser (GtkWidgetClass *klass, - GParamSpec *pspec, - GtkRcPropertyParser parser); -GDK_AVAILABLE_IN_ALL GParamSpec* gtk_widget_class_find_style_property (GtkWidgetClass *klass, const gchar *property_name); GDK_AVAILABLE_IN_ALL -- 2.30.2